home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TSEARCHFORM / TSEARCHFORM.txt < prev   
Text File  |  2002-07-03  |  1KB  |  54 lines

  1. object SearchForm: TSearchForm
  2.   Left = 192
  3.   Top = 103
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find...'
  7.   ClientHeight = 168
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 52
  23.     Width = 45
  24.     Height = 13
  25.     Caption = 'IP to find:'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 96
  29.     Top = 48
  30.     Width = 249
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object Button1: TButton
  35.     Left = 96
  36.     Top = 120
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Ok'
  40.     Default = True
  41.     TabOrder = 1
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 216
  46.     Top = 120
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Cancel'
  50.     TabOrder = 2
  51.     OnClick = Button2Click
  52.   end
  53. end
  54.